Skip to content

docs: update local-* target references to kind-* equivalents#1184

Merged
Gkrumbach07 merged 1 commit intomainfrom
docs/update-local-to-kind-targets
Apr 8, 2026
Merged

docs: update local-* target references to kind-* equivalents#1184
Gkrumbach07 merged 1 commit intomainfrom
docs/update-local-to-kind-targets

Conversation

@ambient-code
Copy link
Copy Markdown
Contributor

@ambient-code ambient-code Bot commented Apr 3, 2026

Summary

  • Replace deprecated local-* Makefile target names with kind-* equivalents across 6 documentation files
  • Mapping: local-upkind-up, local-cleankind-down, local-rebuildkind-rebuild, local-reload-backendkind-reload-backend, local-reload-frontendkind-reload-frontend, local-reload-operatorkind-reload-operator
  • CRC-specific content (crc.md, CRC sections in README.md, manifests/README.md) intentionally left unchanged

Files changed

  • tests/README.md — 5 replacements
  • docs/internal/developer/local-development/kind.md — 2 replacements
  • docs/internal/developer/README.md — 2 replacements
  • components/README.md — 4 replacements
  • docs/internal/architecture/diagrams/deployment-stack.mmd — 2 replacements
  • docs/internal/architecture/diagrams/component-structure.mmd — 2 replacements

Closes #1080

Test plan

  • Verify no non-CRC references to old target names remain
  • Verify all CRC references are preserved unchanged
  • Visual review of Mermaid diagrams render correctly

🤖 Generated with Claude Code

Replace deprecated Makefile target names with their kind equivalents
across documentation files. CRC-specific content is intentionally
left unchanged as those targets remain valid for OpenShift Local.

Mapping: local-up→kind-up, local-clean→kind-down,
local-rebuild→kind-rebuild, local-reload-*→kind-reload-*

Closes #1080

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ambient-code ambient-code Bot added this to the Review Queue milestone Apr 3, 2026
@ambient-code ambient-code Bot removed this from the Review Queue milestone Apr 6, 2026
@Gkrumbach07 Gkrumbach07 added the ambient-code:managed PR managed by AI automation label Apr 6, 2026
@ambient-code ambient-code Bot added ambient-code:needs-human AI circuit breaker fired, needs human attention and removed ambient-code:managed PR managed by AI automation labels Apr 6, 2026
@ambient-code
Copy link
Copy Markdown
Contributor Author

ambient-code Bot commented Apr 6, 2026

Circuit breaker triggered (retry_count=3)

This PR has been checked 3 times with no actionable issues found. All CI checks pass, there are no merge conflicts, and no review comments to address. The PR is blocked only on required human review approval.

Swapping to ambient-code:needs-human label. A human reviewer needs to approve this PR.

@ambient-code ambient-code Bot added this to the Review Queue milestone Apr 7, 2026
@Gkrumbach07 Gkrumbach07 merged commit 85ef723 into main Apr 8, 2026
18 of 19 checks passed
@Gkrumbach07 Gkrumbach07 deleted the docs/update-local-to-kind-targets branch April 8, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ambient-code:needs-human AI circuit breaker fired, needs human attention

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update docs to reference kind targets instead of local-up

1 participant